home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19950528-19950726 / 000126_news@columbia.edu_Mon Jun 12 15:04:15 1995.msg < prev    next >
Internet Message Format  |  1995-07-31  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA25013
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 13 Jun 1995 03:33:39 -0400
  3. Received: by apakabar.cc.columbia.edu id AA14349
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 13 Jun 1995 03:33:37 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!cs.utexas.edu!uunet!pmafire!mars.poci.amis.com!cwis.isu.edu!news.cc.utah.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Problem with kermit and/or modem
  9. Message-Id: <1995Jun12.210415.53924@cc.usu.edu>
  10. Date: 12 Jun 95 21:04:15 MDT
  11. References: <3rikv7$8e7@usenet.srv.cis.pitt.edu>
  12. Distribution: na
  13. Organization: Utah State University
  14. Lines: 23
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3rikv7$8e7@usenet.srv.cis.pitt.edu>, mpc+@pitt.edu (Mike Contento) writes:
  18. >  I gave an old 8086 PC to my nephew who apparently deleted some 
  19. >  system files. He apparently also deleted all kermit-related files that 
  20. >  I had on it before I gave it to him. 
  21. >  My problem is now that I have put kermit back on the PC I cannot get the 
  22. >  modem to respond at all. I am 99.9% sure the file MSCUSTOM.INI is correct, 
  23. >  but when I try to run kermit I get no response after giving the  atz  
  24. >  command (should get an OK). 
  25. >  I used the kermit command 'sho communication' on both his and my PC and
  26. >  the only difference I see (other than using different COM ports) is that
  27. >  his "carrier detect" is off. Would this have anything to do with it? If
  28. >  so, what command would I use to enable carrier detect? 
  29. ----------
  30.     First, Carrier Detect is a signal from the modem to the PC, not
  31. the other way around. Second, the serial hardware isn't what it seems to
  32. be or you have chosen ports 3/4 without specifying the proper IRQ for them.
  33. This is discussed at length in the documentation accompanying MSK and I
  34. recommend you have a look at it as well as at the serial board in the
  35. machine. Remember, there can be no conflicts about IRQ or port addresses;
  36. else things simply do not work.
  37.     Joe D.